Practical Time Series Analysis by Aileen Nielsen
Author:Aileen Nielsen [Aileen Nielsen]
Language: eng
Format: epub, pdf
Publisher: O'Reilly Media, Inc.
Published: 2019-11-24T16:00:00+00:00
Scatter plots
The traditional method of using scatter plots is just as useful for time series data as it is for other kinds of data. We can use scatter plots to determine both how two stocks are linked at a specific time and how their price shifts are related over time.
Below we plot both cases:
the values of two different stocks over time
the values of the daily changes in these two stocks over time (via differencing) with R’s diff function
> plot( EuStockMarkets[, "SMI"], EuStockMarkets[, "DAX"]) > plot(diff(EuStockMarkets[, "SMI"]), diff(EuStockMarkets[, "DAX"]))
Download
Practical Time Series Analysis by Aileen Nielsen.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Computer Vision & Pattern Recognition | Expert Systems |
Intelligence & Semantics | Machine Theory |
Natural Language Processing | Neural Networks |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8020)
Hadoop in Practice by Alex Holmes(5761)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5618)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(4761)
Test-Driven Development with Java by Alan Mellor(4521)
Data Augmentation with Python by Duc Haba(4338)
Principles of Data Fabric by Sonia Mezzetta(4154)
Big Data Analysis with Python by Ivan Marin(4139)
Learn Blender Simulations the Right Way by Stephen Pearson(3937)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(3921)
Functional Programming in JavaScript by Mantyla Dan(3849)
The Age of Surveillance Capitalism by Shoshana Zuboff(3606)
RPA Solution Architect's Handbook by Sachin Sahgal(3314)
The Infinite Retina by Robert Scoble Irena Cronin(3274)
Pretrain Vision and Large Language Models in Python by Emily Webber(3126)
Deep Learning with PyTorch Lightning by Kunal Sawarkar(3121)
Blockchain Basics by Daniel Drescher(3039)
Infrastructure as Code for Beginners by Russ McKendrick(2929)
The Rosie Effect by Graeme Simsion(2878)